找诗词>英语词典>instruction execution翻译和用法

instruction execution

英 [ɪnˈstrʌkʃn ˌeksɪˈkjuːʃn]

美 [ɪnˈstrʌkʃn ˌeksɪˈkjuːʃn]

网络  指令执行

计算机

英英释义

noun

  • (computer science) the process of carrying out an instruction by a computer
      Synonym:execution

    双语例句

    • Based on the ( program counter) PC arbitrage strategy of multi-path execution, designing fetch instruction unit suit for selective dual path execution.
      通过研究多路径执行中的PC仲裁机制,设计适合双路径执行结构的取指部件。
    • The model of instruction level parallel program execution
      指令级并行程序执行模型
    • This article probes into a kind of encryption method for files, which is different from the usual way. It also studies the encryption method for instruction inverse execution, which means how to use inverse instruction stream to realize the file encryption.
      研究一种打破常规的文件加密方法,指令的逆运动加密方法,即如何采用逆指令流来实现对计算机文件的加密。
    • Static instruction scheduling decides the execution order of instructions and improves the instruction-level parallelism by reducing stall caused by dependences.
      静态指令调度决定指令执行顺序,屏蔽指令间由于依赖关系而产生的延迟,从而提高了指令的并行度。
    • A4-stage instruction pipeline for instruction execution makes at-speed test possible.
      四级指令流水线的引入使全速测试成为可能。
    • Pipeline is dealing with instruction, including instruction decode, issue, and execution.
      流水线正在处理指令,包括指令解码、发布和执行。
    • In other words, software interrupts always occur at the beginning of an instruction execution cycle.
      换句话说,软件中断常常在指令运行周期的开始。
    • It is more efficient to design a simple instruction set that enable the execution of one instruction per clock cycle.
      设计一个能够在一个时钟周期执行一条指令的简单指令系统才是更有效的。
    • Traditional programming model like C, C++ and Fortran are poorly suited to multi-core architectures because of the assumed single instruction stream execution model and centralized memory structure.
      C、C++和Fortran等基于单指令流和统一存储结构的传统编程模型已经无法适应多核处理器结构。
    • A technique whereby the receiver fetches the next instruction before completing execution of the previous instruction, in order to increase processing speed.
      在前一条指令全部执行完之前就开始取下一条指令,以提高处理速度的一种技术。